home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
windows
/
comms
/
qvtws397.arj
/
QVTNET.INI
< prev
next >
Wrap
INI File
|
1994-02-25
|
13KB
|
747 lines
;-----------------------------------------------------------------------------
;
; QVTNET.INI
;
; Global configuration file for WinQVT/Net
;
;-----------------------------------------------------------------------------
[net]
;-----------------------------------------------------------------------------
;
; Network Information
;
; Entries in this section are optional if you have
; already documented your PC in the 'hosts' file
;
;-----------------------------------------------------------------------------
;
; name
;
; Your PC's host name
;
name=
;
; ip
;
; Your PC's IP address
; Use the format 'nnn.nnn.nnn.nnn'
;
ip=
[localio]
;-----------------------------------------------------------------------------
;
; PC Keyboard and printer information
;
;-----------------------------------------------------------------------------
;
; kb_type
;
; 'enhanced': IBM 101-key 'Enhanced' keyboard
; 'lk250': DEC LK250 keyboard
;
kb_type=enhanced
;
; keypad
;
; use 'physical' (DEC) or 'logical' (IBM) layout for editing keypad
;
keypad=DEC
;
; nl_mode
;
; Should <NumLock> key be forced ON ('lock') or left alone ('unlock')
;
nl_mode=lock
;
; printer
;
; Specifies the default local printer for print-screen and
; slave-printing. If left blank, the default Windows printer
; will be used.
;
; The argument to this directive should of the form used by
; the 'device=' statement in the [windows] section of WIN.INI.
;
printer=
[console]
;-----------------------------------------------------------------------------
;
; Console Information
;
;-----------------------------------------------------------------------------
;
; winpos
;
; The initial screen location of the Console window
; Syntax is 'winpos=x,y', where 'x' is the horizontal pixel offset,
; and 'y' is the vertical pixel offset.
; If not present, the console will be placed in the upper right corner
;
winpos=
;
; window
;
; Specifies whether the console message area should be displayed
; or hidden at program startup
;
window=visible
;
; forecolor
;
; The color that will be used to display text in the console window
; Use any of the standard IBM color names, or a 3-part RGB color spec
; of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number between 0
; and 255.
;
forecolor=
;
; backcolor
;
; The background color of the console window
; See 'forecolor' (above) for available choices
;
backcolor=
;
; logging
;
; Specifies whether or not console messages should automatically be
; copied to the default logfile CONSOLE.LOG.
;
logging=ON
;
; auto_start
;
; A list of up to five clients that should be launched at program startup.
; To auto-start a terminal session, use the name of the terminal configuration,
; as listed in 'QVTNET.RC'.
; You may also auto-start 'ftp', 'nntp', and 'mail'.
;
auto_start=
;
; editor
;
; Name of the text editor that the news reader and mail utility will use
;
editor=notepad
;
; Network event dispatching
; Interrupt = asynchronous
; Poll = synchronous
;
dispatch=sync
[servers]
;-----------------------------------------------------------------------------
;
; Server Information
;
;-----------------------------------------------------------------------------
;
; ftp
;
; If 'on', the ftp server will be started at program startup time
;
ftp=off
;
; rcp
;
; If 'on', the rcp server will be started at program startup time
;
rcp=off
;
; passfile
;
; The name of the file which contains security information for remote ftp logins
; This file is created and maintained by the PASSWD.EXE utility.
; Use a fully-qualified pathname.
; Note: FTP users must have a username and password to log on!
;
passfile=
;
; login_dir
;
; The directory to which authorized FTP users will be attached at login time
;
login_dir=
;
; anonftp_dir
;
; The directory to which anonymous ftp users will be attached at login,
; and to which they will be restricted during sessions.
;
; If left blank, anonymous logins will not be permitted!
;
anonftp_dir=
[terminal]
;-----------------------------------------------------------------------------
;
; Terminal Client Setup
;
;-----------------------------------------------------------------------------
;
; port
;
; default TCP port to use: telnet or rlogin
;
port=telnet
;
; forecolor
;
; The color which will be used to display text
;
forecolor=white
;
; backcolor
;
; The background color of the Terminal window
;
backcolor=black
;
; boldcolor
;
; The color which will be used to display 'high-intensity' text
;
boldcolor=cyan
;
; backspace
;
; The ASCII value which will be transmitted by the <Backspace> key
;
backspace=DEL
;
; local_echo
;
; Should keystrokes be echoed locally, or by the host?
;
local_echo=off
;
; wrap
;
; Automatically wrap back to column 1 after reaching EOL
;
wrap=on
;
; terminal
;
; Which terminal to emulate: VT200, VT100, VT52
;
terminal=VT200
;
; negotiate
;
; Enable/disable Telnet terminal-type negotiation
;
negotiate=all,yes
;
; font
;
; Which font to use: DEC, IBM, ANSI, Terminal
;
font=DEC
;
; fontsize
;
; Use 'large' or 'small' DEC font (when 'font=DEC')
;
fontsize=LARGE
;
; custom_font
;
; Which font to use as the 'custom' font
;
custom_font=
;
; bell
;
; Will the terminal's bell sound when the BEL character is received?
;
bell=on
;
; win_height
;
; The height of the terminal window, in text lines.
; 12 <=win_height <= 48
;
win_height=24
;
; win_width
;
; The width of the terminal window, in text columns
; 40 <=win_height <= 160
;
win_width=80
;
; buffer
;
; Specifies the number of lines in the scrollback buffer
;
buffer=72
;
; script
;
; The name of the file containing script commands to be executed
; after a connection has been established
;
script=
;
; keymap
;
; The name of the file containing default key redefinitions
; Fully-qualified pathname recommended
;
keymap=
;
; username
;
; The default username to supply to the 'rlogin' protocol
;
username=
;
; print_mode
;
; Specifies whether local printing should be done in 'normal' (text)
; mode or 'transparent' mode.
;
print_mode=normal
[ftp]
;-----------------------------------------------------------------------------
;
; FTP Client Setup
;
;-----------------------------------------------------------------------------
;
; font
;
; The font that will be used to display text in the FTP window
; Available choices are 'system' and 'ansi'
;
font=SYSTEM
;
; forecolor
;
; The color that will be used to display text in the FTP window
; You can use one of the 8 standard IBM PC colors, or an RGB color
; spec of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number
; between 0 and 255.
;
forecolor=white
;
; backcolor
;
; The background color of the FTP window
; Use one of the standard IBM PC colors, or an RGB color spec.
;
backcolor=black
;
; winpos
;
; The initial position of the FTP window.
; Syntax is 'winpos=x,y', where 'x' and 'y' are pixel offsets,
; expressed in decimal.
;
winpos=
;
; autologin
;
; Initiate a login dialog at window create time
;
autologin=on
;
; logindir
;
; Specifies the local directory which will be the initial attach point
; for the FTP client
;
logindir=
;
; savedir
;
; Specifies the local directory which will be the default download
; directory for the 'get' command.
;
; Files will be saved here even if it is not the current local
; working directory.
;
; Can be overridden at runtime by specifying the absolute pathname
; of the local file as the second argument to 'get'.
;
savedir=
;
; filemode
;
; The file transfer mode: ascii or binary
;
filemode=ascii
;
; host
;
; The default host name (optional)
;
host=
;
; username
;
; The default username (optional)
;
username=
;
; password
;
; The default password (optional)
;
password=
;
; hash
;
; Hash mark display during transfer: on or off
;
hash=on
;
; verbose
;
; Display server responses: on or off
;
verbose=on
;
; prompt
;
; Confirm each file in a multi-file transaction (e.g., mget, mdele)
;
prompt=on
;
; bell
;
; Sound bell after completion of transfers: on or off
;
bell=off
[nntp]
;-----------------------------------------------------------------------------
;
; NNTP Client (News Reader) Setup
;
;-----------------------------------------------------------------------------
;
; host
;
; Hostname of the NNTP server (mandatory)
;
host=
;
; font
;
; The font that will be used by the news reader to display text
; Available choices are 'system', 'ansi', and 'helv'
;
font=HELV
;
; forecolor
;
; The color that will be used to display text in the news reader window
; Use one of the 8 standard IBM PC colors
;
forecolor=
;
; backcolor
;
; The background color for the news reader window
; Use one of the 8 standard IBM PC colors
;
backcolor=
;
; winpos
;
; The initial (x,y) position of the news reader window,
; expressed as a pixel offset from the origin (upper-left is 0,0)
;
winpos=30,10
;
; win_height
;
; The initial number of text lines in the news reader window
; Default is 24, max is 36
;
win_height=24
;
; list_height
;
; The number of lines in the listbox that the news reader uses
; to show newsgroups and article subject lines. This value can
; vary between 2 and 10.
;
list_height=5
;
; autologin
;
; Connect to server at application startup
;
autologin=on
;
; article_limit
;
; Puts a limit on the number of unread articles that will be allowed
; to appear in a newsgroup.
;
article_limit=
;
; savedir
;
; The default directory where news articles will be saved (optional)
;
savedir=
;
; posthdr_from
;
; Your email address.
; This will be used as the default 'From:' line in your article headers
;
posthdr_from=
;
; posthdr_distrib
;
; Default article distribution.
;
; Specifies the range over which your postings will be distributed.
; Values include 'usa', 'na', etc.
;
posthdr_distrib=
;
; posthdr_org
;
; The name of your organization
; This will be used in the 'Organization:' line in your postings
;
posthdr_org=
[pop]
;-----------------------------------------------------------------------------
;
; POP3 (Mail) Client Setup
;
;-----------------------------------------------------------------------------
;
; host
;
; The default POP3 server (mandatory)
;
host=
;
; username
;
; The default username for POP3 logins (optional)
;
username=
;
; font
;
; The font that will be used to display text in the POP3 window
; Choices are 'system', 'ansi', or 'helv'
;
font=HELV
;
; forecolor
;
; The color that will be used to display text
; Use one of the 8 standard IBM PC colors
;
forecolor=
;
; backcolor
;
; The background color of the mail application window
; Use one of the 8 standard IBM PC colors
;
backcolor=
;
; winpos
;
; The initial position of the Mail window
; Syntax is 'winpos=x,y' where 'x' and 'y' are pixel offsets
; from the origin (upper-left), expressed in decimal
;
winpos=
;
; win_height
;
; The initial number of text lines in the mail text display
; Default is 24, max is 36
;
win_height=24
;
; win_width
;
; The initial number of text columns in the mail text display
; Max is 120
;
win_width=80
;
; autologin
;
; Specify whether login should initiate at application startup
;
autologin=off
;
; keep_password
;
; Specify whether password should be retained between POP3 sessions.
;
; NOTE: the password will NOT be retained between WinQVT/Net sessions,
; only between separate POP3 logins during a single WinQVT/Net session.
;
keep_password=no
;
; mailcheck_interval
;
; Specifies how many minutes will elapse between 'new mail' checks
;
mailcheck_interval=5
;
; savedir
;
; The default directory for saving mail messages
; Use a fully-qualified pathname, with no trailing backslash
;
savedir=
;
; Protocol
;
; Specifies whether extended POP3 (i.e., XTND XMIT) or SMTP
; should be the protocol used for sending mail (or replies)
;
protocol=pop3
;
; smtp_host
;
; Use this statement when you want to use a host for
; SMTP mail different from the POP3 host
;
smtp_host=
;
; smtp_return
;
; If you use SMTP to send mail, you should specify
; your return address here. Otherwise, WinQVT/Net will
; generate a return address from your username and
; the default domain (see [domain] above).
;
; We strongly recommend that you specify a properly-formatted
; return address!
;
smtp_return=
[lpr]
;-----------------------------------------------------------------------------
;
; lpr Client Setup
;
;-----------------------------------------------------------------------------
;
; hostname
;
; The default lpr host (optional)
;
host=
;
; qname
;
; The name of the print queue to use, e.g. 'lp' (mandatory)
;
queue=lp
;
; username
;
; The username under which the print job will be submitted (mandatory)
; to the lpr daemon.
;
username=